projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a421f40
)
; * src/nsterm.m (ns_draw_fringe_bitmap): Fix typo in last change.
author
Po Lu
<luangruo@yahoo.com>
Fri, 4 Mar 2022 01:08:33 +0000
(09:08 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 4 Mar 2022 01:08:33 +0000
(09:08 +0800)
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/nsterm.m
b/src/nsterm.m
index 639f8781e44b96ed2dc8cf81735ce52ef167d137..45561b88b502cdd0645e689d2e46bbc44beacbb6 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-2917,7
+2917,8
@@
ns_draw_fringe_bitmap (struct window *w, struct glyph_row *row,
NSBezierPath *bmp = [fringe_bmp objectForKey:[NSNumber numberWithInt:p->which]];
- if (bmp == nil)
+ if (bmp == nil
+ && p->which < max_used_fringe_bitmap)
{
gui_define_fringe_bitmap (f, p->which);
bmp = [fringe_bmp objectForKey: [NSNumber numberWithInt: p->which]];